home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / gmplaygui / gui / req2.sel < prev    next >
Text File  |  1997-06-14  |  241b  |  24 lines

  1. font [bpfont]
  2. background [bpbackground]
  3.  
  4. x atpointer
  5. y atpointer
  6.  
  7. defarg arg1 ""
  8. defarg arg2 ""
  9.  
  10. gap 4
  11. rows 2
  12. title "Request:"
  13.  
  14. color 2
  15. text '[arg1]'
  16. text '[arg2]'
  17.  
  18. color 1 [bpbuttons]
  19. startbox
  20.  button Yes exit Yes
  21. endbox
  22.  
  23. button No exit No
  24.